home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / frame_10 / PlaceObject2_464_357 / CLIPACTIONRECORD onClipEvent(load).as < prev    next >
Encoding:
Text File  |  2005-08-26  |  274 b   |  18 lines

  1. onClipEvent(load){
  2.    if(_name != "shipLT")
  3.    {
  4.       life = 30;
  5.       _Y = -20;
  6.       _X = random(550);
  7.       _rotation = 180;
  8.       yspeed = 5;
  9.       xspeed = 0;
  10.       speed = 5;
  11.       sp = random(3) + 3;
  12.    }
  13.    else
  14.    {
  15.       _visible = false;
  16.    }
  17. }
  18.